home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / DESK / CORE / Desk / h / DragASpr < prev    next >
Text File  |  1996-05-21  |  434b  |  18 lines

  1.  
  2. #ifndef __Desk_DragASpr_h
  3. #define __Desk_DragASpr_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifndef __Desk_Wimp_h
  8. #include "Desk.Wimp.h"
  9. #endif
  10. extern void Desk_DragASprite_Start(int flags, void *spritearea, char *name,
  11. Desk_wimp_rect *bound, Desk_wimp_rect *parent);
  12. extern void Desk_DragASprite_Stop(void);
  13. extern void Desk_DragASprite_DragIcon(Desk_window_handle window, Desk_icon_handle icon);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif
  18.